Hi Folks, I am getting the same issue and looks like UISwitch is broke. Is the fix for this comming soon ? The issue happens when you toggle the switch even when it is not connected to any IBAction...
Post
Replies
Boosts
Views
Activity
I have now resolved this problem by setting scrollView.isScrollEnabled = falsewhilst animating and re-enable when the animation is completed. This stops the user do the pan or swipe gesture whilest animating. This serves my purpose.
Thanks Claude, I do not have an issue with the animation it works fine. It was the fact that a user can scroll the image Left/Right whilst animation is playing and he/she is able to scroll past the image ends.